projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47c1b5f
)
Fix typo.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 11 Jun 2001 09:33:32 +0000
(09:33 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 11 Jun 2001 09:33:32 +0000
(09:33 +0000)
lispref/sequences.texi
patch
|
blob
|
history
diff --git
a/lispref/sequences.texi
b/lispref/sequences.texi
index 62662d885d75fe557b3c6e5fc16890747ee221ad..4228a79c5769bf9e2fd520249d83a90a967b5a38 100644
(file)
--- a/
lispref/sequences.texi
+++ b/
lispref/sequences.texi
@@
-694,7
+694,7
@@
from that, you manipulate them with same functions used for other kinds
of arrays.
@defun make-bool-vector length initial
-Return a new boo
k
-vector of @var{length} elements,
+Return a new boo
l
-vector of @var{length} elements,
each one initialized to @var{initial}.
@end defun